Labels:text | screenshot | display | number | font | software OCR: HELP.FSL :: #Form1 :: mHelp* method mHelp ( ) var tcHelp TCursor endVar if active.class <> "Field" then msg Info("Help", "Help is only available for fields.") return else ignoreCaseInLocate (Yes) tcHelp.open("help.db") endIf if tcHelp.locate(1, active. tableName, 2,active.fieldName) then msgInfo("Help for field: " + active.fieldName , strVal(tcHelp.help)) else msg Info("Help", "No help is available for this field.") endIf endmethod Edi Line: 16 Col: 2